home *** CD-ROM | disk | FTP | other *** search
/ Artworks - Keep it Simple 2 / Artworks - Keep it Simple 2.iso / az / launch.dxr / 00029.ls < prev    next >
Encoding:
Text File  |  1997-07-04  |  132 b   |  13 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseUp
  6.   global hiRes
  7.   if hiRes = 1 then
  8.     go("menub")
  9.   else
  10.     go("menus")
  11.   end if
  12. end
  13.